Fix some warnings in w32 specific code.
authorEli Zaretskii <eliz@gnu.org>
Tue, 17 Dec 2013 17:46:31 +0000 (19:46 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 17 Dec 2013 17:46:31 +0000 (19:46 +0200)
commitd923065cbb0d4cac74fadc81cc584163ea0b7fbb
treefeea30257ee4fafc7c8dc43f8d80c19b75998bbc
parent8bb304484e89ac5541fd8dcf2dc8fd84a2a2f188
Fix some warnings in w32 specific code.

 src/w32term.c (w32_initialize): Declare the argument of
 set_user_model as const.
 src/w32menu.c <MessageBoxW_Proc>: Fix argument declarations.
 (w32_menu_show): Constify some arguments passed to MessageBox.
 src/w32uniscribe.c (uniscribe_font_driver): Use LISP_INITIALLY_ZERO
 to initialize Lisp objects.
 src/w32font.c (w32font_driver): Use LISP_INITIALLY_ZERO to
 initialize Lisp objects.
 src/frame.c (x_set_frame_parameters) [HAVE_X_WINDOWS]: Declare and
 use variables used only on X under that condition.
 src/fileio.c (Fcopy_file) [!WINDOWSNT]: Don't declare on Windows
 variables not used there.
src/ChangeLog
src/fileio.c
src/frame.c
src/w32font.c
src/w32menu.c
src/w32term.c
src/w32uniscribe.c